2.1 Linux 进程 Linux 进程 存放在磁盘上的可执行文件的代码和数据的集合称为 可执行映象(Executable Image). 当它被装入系统中运 行时,它就形成了一个进程.Linux 进程是由三部分 组成: (1) 正文段(text):存放程序代码的数据,假如机器中有...
基于116个网页-相关网页
portable executable image 可移植的可执行图像
The executable image format is PE32+.
可执行的映像格式为 PE32+。
In contrast, each application built with a static link library has the library code linked into its executable image as a separate copy.
相反地,每一个使用静态连结程序库建置的应用程序,会将程序库码以不同的复本连结至其可执行档映像。
When the CRT/C++ Library is linked statically, then all its code is embedded into the resulting executable image. This technique has both advantages and disadvantages.
如果静态链接CRT/C++库,则程序启动时这些库的代码也一并会被加载紧内存中,这种方法的优点和缺点并存。
应用推荐